home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / infop146.arc / PAGE_03.INF < prev    next >
Text File  |  1991-06-04  |  3KB  |  51 lines

  1.   On this page,  INFOPLUS displays how your RAM is being used.
  2.  
  3. Total conventional memory: This is the type of memory typically used by DOS
  4.                            and programs.
  5. Free conventional memory:  This is the amount of memory left after DOS,
  6.                            drivers, and TSRs take some.
  7. Extended memory: This is the amount of memory on a 286/386/486 that is
  8.                  above the 1 Meg mark. This may not be the total amount.
  9.                  Some programs that use extended memory subtract what they
  10.                  use, and report that to INFOPLUS. Also, programs such as
  11.                  QEMM and HIMEM.SYS will 'steal' all of it because they
  12.                  want to manage it correctly.
  13. XMS driver: One of the major problems with extended memory is that there
  14.             was no correct way of accessing it. There was a major problem
  15.             programs interfering with each other. XMS stands for eXtended
  16.             Memory Specification. It's a standard interface for programs to
  17.             access extended memory.
  18.             HMA stands for High Memory Area. On a 286/386/486, it's
  19.             possible to access the first 64K of extended memory without
  20.             going into a special CPU mode. Access to that area is done by
  21.             enabling or disabling A20 (address line 20.)
  22. DPMI driver: With the growing complexity of programs, some need more than
  23.              the normal 640K of memory to run. DPMI stands for DOS
  24.              Protected Mode Interface. It allows programs to run in
  25.              protected mode, yet still access regular DOS functions. It was
  26.              introduced with Windows 3, and offers greater protection from
  27.              interference by other programs than VCPI. DPMI is available on
  28.              286/386/486 computers.
  29. Expanded memory: Expanded memory was one of the first ways of getting more
  30.                  than 640K in a computer. It does this by taking the extra
  31.                  memory and breaking it up into 16K 'pages.' It puts up to
  32.                  4 of these at a time in a 64K window in an unused area of
  33.                  memory accessible to the CPU (called the page frame.)
  34.                  Expanded memory is often called EMS (Expanded Memory
  35.                  Specification.)
  36.                  All EMS drivers have an internal driver name of EMMXXXX0.
  37.                  The latest specification is 4.0. Unfortunately, 4.0
  38.                  requires some hardware specifics for FULL compliance. Many
  39.                  4.0 drivers are not hardware compliant. Their hardware is
  40.                  in compliance with the older standard, numbered 3.2.
  41.  
  42.                  Some EMS drivers also support VCPI (Virtual Control
  43.                  Program Interface.) This was the first standard to allow
  44.                  programs to run in protected mode, yet still access DOS
  45.                  functions. Unfortunately, it's too easy for programs to
  46.                  interfere with each other, or unncessarily block another
  47.                  VCPI program from working. VCPI is only available on
  48.                  386/486 computers.
  49.  
  50.  
  51.